@charset "utf-8";
html{font: 14px 'Microsoft Yahei';}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.banner{
	width:100%;
}
.swiper-container1 img{
	width:100%;
}
.swiper-slide{
	width:33.33%;
	float:left;
	display: block;
}
/*top*/
.top{
	width:1200px;
	height:100px;
	margin:0 auto;
	position: relative;
}
.top-left{
	position: absolute;
	top:50%;
	left:0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-right{
	position: absolute;
	right:0px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.right-tel,.right-text{
	float: left;
}
.right-tel img{
	margin-right:15px;
}
.right-text p:first-child{
	font: 14px 'Microsoft YaHei';
	color:#363636;
}
.right-text p:last-child{
	font: 24px 'Microsoft YaHei';
	color:#363636;
}
.img-wrap{
	float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.wei-img-wrap{
	margin-right: 0;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.wei-img-wrap .hover-er{
	position: absolute;
	top:38px;
	left:-49px;
	display: none;
}
.wei-img-wrap:hover .hover-er{
	display: block;
}
.right-text{
	float: left;
}
.top .list{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:0;
}
.top .list ul li{
	float: left;
	position: relative;
}
.top .list ul li:first-child:after{
	display: block;
	content:"";
	width:1px;
	height: 47px;
	background: #d4d4d4;
	position: absolute;
	left:-16px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.top .list ul li a{
	display: block;
	font-size: 14px;
	color:#8c8c8c;
}
.top .list ul li a img{
	margin:0 auto;
}
.top .list ul li:first-child{
	margin-right: 15px;
}
/*nav*/
.nav{
	width:100%;
	height:60px;
	border-top: 2px solid #0172b8;
}
.nav>.wrapper>ul>li{
	float: left;
	width:170px;
	height:60px;
	line-height: 60px;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	position: relative;
}
.nav>.wrapper>ul>li>a{
	display: block;
	color:#303030;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	text-align: center;
}
.nav>.wrapper>ul>li:hover{
	
} 
.nav>.wrapper>ul>li:hover a{
	background:url("../images/top-libg.png"); 
	background-size: 100% 100%;
	color:#fff;
	font-weight: 700;
}
#thyNavStyle{
	background:url("../images/top-libg.png"); 
	background-size: 100% 100%;
	color:#fff;
	font-weight: 700;
}
.nav>.wrapper>ul>li>.erji{
	position: absolute;
	top:60px;
	left:0;
	z-index: 10000;
	display: none;
	
}
.nav>.wrapper>ul>li:hover .erji{
	display: block;
}
.nav>.wrapper>ul>li>.erji>li{
	background: #303333;
	position: relative;
	width:133px;
	height:60px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;

}
.nav>.wrapper>ul>li>.erji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}

.nav>.wrapper>ul>li>.erji>li>.sanji{
	position: absolute;
	left:133px;
	top:0;
	display: none;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li{
	background: #303333;
	position: relative;
	width:150px;
	height:68px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}
.nav>.wrapper>ul>li>.erji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li:hover .sanji{
	display: block!important;
}
/*关键词*/
.guanjianci{
	background: #f9f9f9;
	position: relative;
	z-index: 2;
	top:-22px;
	display: none;
}
.guanjianci ul{
	float: left;
}
.guanjianci .sousuo{
	float: right;
}
.guanjianci ul li{
	float: left;
	line-height: 80px;
}
.guanjianci ul li a{
	display: block;
	font-size: 14px;
	color:#6d6d6d;
	padding-left:10px;
}
.guanjianci ul li:first-child a{
	font-size: 16px;
	color:#3a3a3c;
	font-weight: 700;
}
.project .sousuo{
	float: right;
	margin-left: 20px;
	margin-top: -10px;
}
.search {
    width: 226px;
    height: 35px;
    text-indent: 8px;
    border:1px solid #d8d8d8;
    border-right: none;
    outline: none;
    background: none;
    color:#333;
    border-radius: 20px 0 0 20px;
}
.sousuotijiao {
    width: 41px;
    height: 36px;
    border-left: none;
    background: url("../images/sebg.png") no-repeat center;
    margin-left: -5px;
    cursor: pointer;
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#c7c7c7;
    font-size:14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#c7c7c7;
    font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#c7c7c7;
    font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#c7c7c7;
    font-size:14px;
}

/* 本例子css */
.slideBox{overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:50%; bottom:5px;transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%;opacity: 0.4; }
.slideBox .hd ul li.on{ background:rgb(222,156,83); color:#fff; opacity: 0.9; filter:alpha(opacity=90);  -moz-opacity:0.9;  -khtml-opacity: 0.9;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width: 100%; display:block;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.next{
	position: absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
} 
.prev{
	position: absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height:55px;
	cursor: pointer;
}
.next img,.prev img{
	height:55px;
}

.title-fir{
	font-size: 36px;
	font-weight: 700;
	color:#444;
	text-align: center;
}
.title-sec{
	font-size: 18px;
	color:#919191;
	text-align: center;
	margin:15px 0 13px 0;
}
.line{
	display: block;
	width:48px;
	height: 3px;
	background:#e7e5e3;
	margin:0 auto 30px auto;
}
/*公司简介第一块三个*/
.com-fir {
	margin:40px 0;
}
.com-fir ul li{
	float: left;
	width:368px;
	height: 298px;
	border:1px solid #e7e5e3;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	margin-right: 48px;
}
.com-fir ul li:last-child{
	margin-right: 0;
}
.com-fir ul li a{
	display: block;
	width:368px;
	height: 298px;
	padding:40px 65px;
	position: relative;
}
.com-fir ul li a p:nth-child(2){
	font-size: 20px;
	color:#4d4d4d;
	font-weight: 700;
	text-align: center;
	margin-top: 110px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.com-fir ul li a p:nth-child(3){
	font-size: 14px;
	color:#8a8a8a;
	text-align: center;
	line-height: 30px;
	margin-top: 17px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.com-fir ul li a .top-img{
	position: absolute;
	width:100px;
	height: 90px;
	top:40px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.com-fir ul li:hover a p:nth-child(2){
	color:#fff;
}
.com-fir ul li:hover a p:nth-child(3){
	color:#fff;
}
.com-fir ul li:hover{
	background: url("../images/com-libg.png") no-repeat center;
	background-size: 100% 100%;
}
.com-fir ul li:first-child a .top-img{
	background: url("../images/com-li1.png") no-repeat top center;
}
.com-fir ul li:first-child:hover a .top-img{
	background: url("../images/com-li11.png") no-repeat top center;
}
.com-fir ul li:nth-child(2) a .top-img{
	background: url("../images/com-li2.png") no-repeat top center;
}
.com-fir ul li:nth-child(2):hover a .top-img{
	background: url("../images/com-li22.png") no-repeat top center;
}
.com-fir ul li:nth-child(3) a .top-img{
	background: url("../images/com-li3.png") no-repeat top center;
}
.com-fir ul li:nth-child(3):hover a .top-img{
	background: url("../images/com-li33.png") no-repeat top center;
}

/*公司简介*/
.com{
	background: url("../images/combg.png") no-repeat;
	padding-top:80px;
}
.com .wrapper{
	position: relative;
}
.com .jianjie{
	font-size: 24px;
	color:#2c1e16;
	font-weight: 700;
	text-align: right;
	background: url("../images/combg1.png") no-repeat right top;
	padding-top: 11px;
 }
.com .c-left{
	float: left;
	position: relative;
	z-index: 4;
}
.com .c-left span{
	display: block;
	margin:10px auto;
	width:40px;
	height: 2px;
	background: #ffc300;
}
.com .c-left p:nth-child(2){
	font-size: 24px;
	color:#16090a;
	text-align: center;
}
.com .c-left p:nth-child(4){
	font-size: 14px;
	color:#585858;
	line-height: 30px;
	text-align: center;
}
.com .c-right{
	float: left;
	width:529px;
	height: 485px;
	background: #fff;
	padding:40px;
}
.com .c-right h1{
	font-size: 24px;
	color:#4d4d4d;
	font-weight: 700;
	position: relative;
}
.com .c-right h1 a{
	display: block;
	position: absolute;
	right:0;
	top:0;
	width:80px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	background: #0172b8;
	border-radius: 0 20px 0 0;
	font-weight: 500;
}
.com .c-right .com-img{
	margin-top: 20px;
}
.com .c-right p:nth-child(2){
	color:#b5b5b5;
	font-size: 16px;
	line-height:28px;
	margin-top:5px;
	text-transform: uppercase;
}
.com .c-right p:nth-child(3){
	color:#636363;
	font-size: 14px;
	line-height: 35px;
	margin-top: 20px;
}

.com .c-right .a-jian{
	position: absolute;
	bottom:48px;
	right:48px;
	display: block;
	font-size: 16px;
	color:#464646;
}
.com .c-right .a-jian:hover{
	color:#c8000b;
}
.com .c-right .bottom-img{
	
}

/*产品*/
.pro{
	margin-top: 30px;
}
.pro .pro-list-box{
	width:100%;
	background: #f1f1f1;
	padding:37px 0 64px;
}
.project-title .title-fir{
	float: left;
	background: url(../images/anli-titlebg.png) no-repeat bottom left;
}
.project-title .p-right{
	float: left;
	width: 100%;
}
.project-title .p-right ul{
	float: left;
}
.project-title .p-right ul li{
	float: left;
	line-height: 25px;
}

.project-title .p-right ul li a{
	display: block;
	font-size: 14px;
	color:#747474;
	padding:0 10px;
}
.project-title .p-right ul li:first-child a{
	color:#4d4d4d;
	font-size: 16px;
}
.project-title .p-right ul li:last-child a{
	color:#0172b8;
}
.project-title .p-right ul li:first-child{
	padding-left: 38px;
	background: url("../images/pro-fir-libg.png") no-repeat left center;
}
.project .ulBox ul li{
	float: left;
	width:370px;
	margin-right: 45px;
	margin-top: 30px;
}

.project .ulBox ul li .outbox{
}
.project .ulBox ul li:nth-child(3n){
	margin-right: 0;
}
.project .ulBox ul li a{
	display:block;
}
.project .ulBox ul li a .pic{
	width:100%;
	height: 310px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.project .ulBox ul li a .pic .meng{
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:-100%;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.project .ulBox ul li:hover a .pic .meng{
	top:0;
}
.project .ulBox ul li a .pic .bg{
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	background: #000;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.project .ulBox ul li a .pic .pic-img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.project .ulBox ul li a .pic .jing{
	position: absolute;
	top:48%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.project .ulBox ul li a p{
	line-height: 56px;
	font-size: 16px;
	color:#6f6f6f;
	background: #fff;
	padding-left: 25px;
	margin-top: 5px;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.project .ulBox ul li a p b{
	display: block;
	width:22px;
	height: 22px;
	position: absolute;
	top:50%;
	right:25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url("../images/pro-list-p-bg.png") no-repeat center;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.project .ulBox ul li .project-a{
	display: block;
	font-size: 14px;
	color:#fff;
	width:150px;
	text-align: center;
	height: 0;
	line-height: 35px;
	background: #c8000b;
	border-radius: 20px;
	margin:0 auto;
	margin-bottom: 0px;
	overflow: hidden;

}
.project .ulBox ul li a .chakanmore{
	font-size: 16px;
	color:#fff;
	position: absolute;
	top:60%;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-weight: 500;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	opacity: 0;
}
.project .ulBox ul li:hover a .bg{
	opacity: 0.7;
}
.project .ulBox ul li:hover a .jing{
	opacity: 1;
}
.project .ulBox ul li:hover a .chakanmore{
	opacity: 1;
}
.project .ulBox ul li:hover a p{
	background: #0172b8;
	color:#fff;
}
.project .ulBox ul li:hover a p b{
	background: url("../images/pro-list-p-bg1.png") no-repeat center;
}


/*优势*/
.youshi{
	margin:40px 0;
}
.youshi .content:nth-child(odd) .img-wrap{
	float: right;
}
.youshi .content:nth-child(odd) .text-wrap{
	float: left;
	padding-right: 30px;
	text-align: right;
}
.youshi .content:nth-child(even) .img-wrap{
	float: left;
}
.youshi .content:nth-child(even) .text-wrap{
	float: right;
	padding-left: 40px;
	text-align: left;
}
.youshi .content .img-wrap{
	width:600px;
	height: 340px;
	margin:0;
}
.youshi .content .text-wrap{
	width:600px;
	height: 340px;
	position: relative;
}
.youshi .content .text-wrap h1{
	font-size: 24px;
	color:#444;
	margin-top: 99px;
}
.youshi .content .text-wrap p{
	font-size: 14px;
	color:#b9b9b9;
	margin-top: 9px;
	text-transform: uppercase;
}
.youshi .content .text-wrap span{
	display: block;
	font-size: 14px;
	color:#444;
	line-height: 35px;
	margin-top: 15px;
}
.youshi .content:nth-child(4) .text-wrap{
	background: url("../images/you1-right.png") no-repeat;
}
.youshi .content:nth-child(5) .text-wrap{
	background: url("../images/you2-right.png") no-repeat;
}
.youshi .content:nth-child(6) .text-wrap{
	background: url("../images/you3-right.png") no-repeat;
}
.youshi .content:nth-child(7) .text-wrap{
	background: url("../images/you4-right.png") no-repeat;
}
/*设计师团队*/
.tuan{
	width:100%;
	padding:40px 0 80px 0;
}
.tuan .tuanlist{
	position: relative;
}
.tuan .swiper-slide{
	background: none;
}
.tuan .swiper-slide a{
	display: block;
	width:100%;
}
.tuan .swiper-slide a .pic{
	width:100%;
	height: 260px;
	border:3px solid #d7d7d7;
	position: relative;
	background: #fff;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.tuan .swiper-slide a p{
	line-height: 50px;
	background: #d7d7d7;
	font-size: 14px;
	color:#666;
	text-align: center;
	margin-top: 10px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.tuan .swiper-slide a .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.tuan .swiper-button-next-tuan{
	width:38px;
	height:76px;
	background: url("../images/course-next.png") no-repeat center;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	top: 141px;
    right: -67px;
}
.tuan .swiper-button-prev-tuan{
	width:38px;
	height: 76px;
	background: url("../images/course-prev.png") no-repeat center;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	top: 141px;
	left: -67px;

}

.tuan .tuan-more{
	display: block;
	font-size: 16px;
	color:#fefefe;
	width:210px;
	line-height: 50px;
	text-align: center;
	background: #c8000b;
	margin:36px auto 0 auto;
	border-radius: 25px;
}
.tuan .swiper-slide:hover a .pic{
	border:3px solid #0172b8;
}
.tuan .swiper-slide:hover a p{
	background: #0172b8;
	color:#fff;
}
/*案例*/
.anli{
	padding:60px 0;
	padding-top: 0;
}
.anli .wrapper{
	position: relative;
}
.anli .title{
	font-size: 26px;
	color:#2a2a2a;
	font-weight: 700;
	height: 43px;
	margin-bottom: 28px;
}
.anli .title span{
	font-size: 18px;
	color:#8b8b8b;
	display: inline-block;
	margin-left: 10px;
	font-weight: 500;
}
.anli .swiper-slide .pic{
	width:100%;
	height: 208px;
	position: relative;
}
.anli .swiper-slide .pic .pic-img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.anli .swiper-slide .anli-title{
	line-height: 55px;
	background: #f7f7f7;
	font-size: 16px;
	color:#484848;
	text-align: center;
	margin-top: 8px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.anli .swiper-slide .pic .meng{
	position: absolute;
	width:100%;
	height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	opacity: 0;
}
.anli .swiper-slide .pic .meng .bg{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	background: #564038;
	opacity: 0.6;
}
.anli .swiper-slide .pic .meng .kuang{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	background: url("../images/course-kuangbg.png") no-repeat center;
}
.anli .swiper-slide .pic .meng .meng-img{
	position: absolute;
	top:35%;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.anli .swiper-slide .pic .meng .meng-p{
	font-size: 14px;
	color:#fff;
	position: absolute;
	background: none;
	top:62%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.anli .swiper-slide .pic:hover .meng{
	opacity: 1;
}
.anli .swiper-slide:hover .anli-title{
	background: #dbab4a;
	color:#fff;
}

.anli .anli-a{
	display: block;
    width: 155px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #dbab4a;
    margin:34px auto 0px auto;
}


/*新闻*/
.news {
	padding: 40px 0;
	background: #f1f1f1;
}
.news .n-left{
	width:560px;
	float: left;
}
.news .n-right {
	width:625px;
	float: right;
	background: #fff;
}
.news .n-left .lunbox{
	width:100%;

}
.news .n-left .lunbox .lun-img{
	width:100%;
	position: relative;
}
.news .n-left .lunbox .lun-img a{
	width:100%;
}
.news .n-left .lunbox .lun-img .pic{
	width:100%;
	height: 333px;
}
.news .n-left .lunbox .lun-img .pic img{
	width:100%;
	height: 100%;
}
.news .n-left .lunbox .lun-img .swiper-button-next-news{
	width:50px;
	height: 95px;
	background: url("../images/news-right.png");
	right:0;
	transform: translateY(-27%);
	-webkit-transform: translateY(-27%);
}
.news .n-left .lunbox .lun-img .swiper-button-prev-news{
	width:50px;
	height: 95px;
	background: url("../images/news-left.png");
	left:0;
	transform: translateY(-27%);
	-webkit-transform: translateY(-27%);
}
.news .n-left .lunbox .news-title{
	line-height: 66px;
	background: #fff;
	font-size: 18px;
	color:#2e2e2e;
	text-align: center;
}
.news .n-right ul li{
	border-bottom: 1px dashed #d6d6d6;
}
.news .n-right ul li:last-child{
	border-bottom: none;
}
.news .n-right ul li a{
	display: block;
	font-size: 16px;
	line-height: 79px;
	color:#666;
	padding:0 25px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.news .n-right ul li a:hover{
	color:#0172b8;
}
.news .n-right ul li a b{
	float: right;
	font-weight: 500;
	font-size: 14px;
	color:#666;
}
.news .news-a{
	display: block;
	font-size: 16px;
	color:#fff;
	width:210px;
	line-height: 50px;
	background: #0172b8;
	text-align: center;
	margin:40px auto 0 auto;
	border-radius: 10px;
	border:1px solid #0172b8;
}
.news .news-a:hover{
	box-shadow: 0 0 10px #808080;
    background: none;
    color:#0172b8;

}
   
/*footer*/
.footer{
	overflow: hidden;
	width:100%;
	background:#575757;
	padding:30px 0;
}

.footer-left{
	float: left;
	position: relative;
	width: 540px;

}
.footer-left:after{
	display: block;
	content:"";
	position: absolute;
	width:1px;
	height: 286px;
	background: #e4e4e4;
	right:82px;
	top:0;
}
.footer-left .lianxi{
	font-size: 16px;
	color:#9a9a9a;
	font-weight: 700;
	margin-top: 45px;
	width: 100%;
}
.footer-left .lianxi a{

}
.footer-left .lianxi .f-qq{
	display: inline-block;
	width:17px;
	height: 18px;
	background: url("../images/f-qq.png") no-repeat center;
	margin-left: 100px;
}
.footer-left .lianxi .f-weixin{
	display: inline-block;
	width:20px;
	height: 17px;
	background: url("../images/f-wei.png") no-repeat center;
	margin-left: 46px;
	position: relative;
}
.footer-left .lianxi .f-weixin img{
	width:148px;
	position: absolute;
	top:-66px;
	right:-159px;
	display: none;
}
.footer-left .lianxi .f-weixin:hover img{
	display: block;
}
.footer-left .dianhua p{
	font-size: 14px;
	color:#e4e4e4;
	margin-top: 5px;
}
.footer-left .dianhua p:last-child{
	
}
.footer-left .dianhua p span{
	
}
.footer-left .dianhua p:nth-child(2){
	
}
.footer-left .dizhi{
	font-size: 14px;
	color:#9a9a9a;
	margin-top: 15px;
}

.footer-left ul li{
	font-weight: bold;
	font-size:16px;
	color:#666;
	padding-top:5px;
	position: relative;
}
.footer-left ul li:first-child{
	font-size:18px ;
	color:#084f15;
	font-weight: bold;
	padding-left: 5px;
}
.footer-center{
	float: left;
	width: 337px;
	position: relative;
}
.footer-center:after{
	display: block;
	content:"";
	position: absolute;
	width:1px;
	height: 286px;
	background: #e4e4e4;
	right:78px;
	top:0;
}
.footer-center .lianxi{
	font-size: 16px;
    color: #9a9a9a;
    font-weight: 700;
    margin-top: 62px;
    width: 100%;
}
.footer-center ul{
	width: 254px;
	
	position: relative;
	
}
.footer-center ul li{
	float: left;
	width: 125px;
}
.footer-center ul li a{
	display: block;
	color:#e4e4e4;
	font-size: 14px;
	margin-top:15px;
	
}
.footer-right{
	float: left;
}
.footer-right .img{
	float: left;
 	margin-top: 5px;

}
.footer-right .img img{
	width:148px;
}
.footer-right .img:first-child{
	margin-right: 25px;
}
.footer-right .img p{
	font-size: 14px;
	color:#e4e4e4;
	margin-top: 15px;
	text-align: center;
}
.last{
	width:100%;
	/*background: #373737;*/
	line-height: 45px;
}
.last .wrapper{
	border-top: 1px solid #464646;
}
.last-left{
	float: left;
}
.last-left img{
	max-height: 85px;
	max-width: 85px;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#bababa;
	font:14px 'Microsoft YaHei';
}
.last-center p{
	font:14px 'Microsoft YaHei';
	color:#bababa;
	line-height: 45px;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:14px 'Microsoft YaHei';
	color:#bababa;
	line-height: 45px;
}
.f-top h1{
	font-size: 14px;
    color: #e4e4e4;
    font-weight: 700;
}
.xiazai li{
	width:100%!important;
	border-bottom: 1px dashed #dedddd;
}

.xiazai .load{
	display: inline-block;
	font-size: 16px !important;
	color:#333!important;
}
.xiazai .time{
	float: right;
	font-size: 16px !important;
	color:#333!important;
}
.xiazai li:hover .load{
	color:#0172b8!important;
}
.xiazai li:hover .time{
	color:#0172b8!important;
}
